*
* Examples for widgets implementing `GtkShortcutManager` are
* [class@Gtk.Window] and [class@Gtk.Popover].
+ *
+ * Every widget that implements `GtkShortcutManager` will be used as a
+ * %GTK_SHORTCUT_SCOPE_MANAGED.
*/
G_DEFINE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, G_TYPE_OBJECT)
GDK_AVAILABLE_IN_ALL
G_DECLARE_INTERFACE (GtkShortcutManager, gtk_shortcut_manager, GTK, SHORTCUT_MANAGER, GtkWidget)
-/**
- * GtkShortcutManager:
- *
- * This object is used to implement support for #GtkShortcutScopes. Every
- * widget that implements #GtkShortcutManager will be used as a
- * %GTK_SHORTCUT_SCOPE_MANAGED.
- */
-
/**
* GtkShortcutManagerInterface:
* @add_controller: Add a #GtkShortcutController to be managed.